 |
Append |
Appends an item to the end of the vector. |
 |
Clear |
Removes all items from the vector. |
 |
GetAt |
Returns the item at the specified index in the vector. |
 |
GetMany |
Retrieves the items that start at the specified index in the vector. |
 |
GetView |
Returns an immutable view of the vector. |
 |
IndexOf |
Retrieves the index of a specified item in the vector. |
 |
InsertAt |
Inserts an item at a specified index in the vector. |
 |
RemoveAt |
Removes the item at the specified index in the vector. |
 |
RemoveAtEnd |
Removes the last item from the vector. |
 |
ReplaceAll |
Replaces all the items in the vector with the specified items. |
 |
SetAt |
Sets the value at the specified index in the vector. |